testsuite/gtk/builder.c: Fix running on Visual Studio
authorChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 8 Oct 2020 08:05:40 +0000 (16:05 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 8 Oct 2020 08:11:35 +0000 (16:11 +0800)
commit1e4d3b6ca157d74f69b7200946083c6cda6c827f
treeeebcce3d243cb60f0afc1ef196ec4cd3f31c2500
parent08ecf779f9506e74f863edc9552977f2a5e4f71c
testsuite/gtk/builder.c: Fix running on Visual Studio

Explicitly say in the code that we are exporting the symbols so that when the
test program runs, it can find the required builder symbols.
testsuite/gtk/builder.c